home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
Word-Safari.swf
/
scripts
/
frame_21
/
DoAction.as
< prev
Wrap
Text File
|
2008-02-25
|
177b
|
11 lines
onEnterFrame = function()
{
if(Key.isDown(27))
{
_root.victory = true;
crowChange = "no";
theWind.stop("Windy");
gotoAndStop(3);
}
};